home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / Esterno.dir / 00022_Script_22 < prev   
Text File  |  1997-11-23  |  353b  |  13 lines

  1. On StartMovie
  2.   
  3.   set the cursor of sprite 10 to [the number of cast "MouseUp", the number of cast "MouseUpMask"]
  4.   repeat with n = 60 to 70
  5.     set the cursor of sprite n to [the number of cast "MouseUp", the number of cast "MouseUpMask"]
  6.   end repeat
  7.   
  8.   repeat with n = 61 to 70
  9.     set the visible of sprite n to 0
  10.   end repeat
  11.   
  12. end
  13.